home *** CD-ROM | disk | FTP | other *** search
/ The Business Master (3rd Edition) / The Business Master (3rd Edition).iso / files / utilstem / superbat / page8.doc < prev    next >
Encoding:
Text File  |  1988-05-11  |  514 b   |  25 lines

  1.  
  2.           echo off
  3.           cls
  4.           echo Do you wish to continue (Y)es or (N)o?
  5.           :reply
  6.           reply
  7.           if errorlevel 79 if not errorlevel 80 goto no
  8.           if errorlevel 110 if not errorlevel 111 goto no
  9.           if errorlevel 89 if not errorlevel 90 goto yes
  10.           if errorlevel 121 if not errorlevel 122 goto yes
  11.           beep
  12.           goto reply
  13.           :yes
  14.           echo You answered yes!
  15.           :no
  16.           echo You answered no!
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.